home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / minix / update~4.z / update~4 / lib_stdio__fakfls.c < prev    next >
Encoding:
C/C++ Source or Header  |  1989-09-06  |  401 b   |  23 lines

  1. /*            _ f a k f l s
  2.  *
  3.  * Fake _ioflush() for exit() so that stdio won't be hauled in
  4.  * for programs that don't need it.
  5.  *
  6.  * Patchlevel 1.1
  7.  *
  8.  * Edit History:
  9.  * 06-Sep-1989    Add _ioexit() so that the exit handler dispatch
  10.  *        table can be initialised properly. Took it out
  11.  *        again when exit.c was changed.
  12.  * 05-Sep-1989    Created.
  13.  */
  14.  
  15. #include "stdiolib.h"
  16.  
  17. /*LINTLIBRARY*/
  18.  
  19. void _ioflush()
  20.  
  21. {
  22. }
  23.